projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40629f1
)
xdisp.c: Fix typo in a comment in note_tool_bar_highlight.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 21 Aug 2010 13:25:03 +0000
(16:25 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 21 Aug 2010 13:25:03 +0000
(16:25 +0300)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index c80e1f35df37bfde7c4d959494ac98cffc3ab92c..93fdb68eeac42f3f6c6a14e932046cdf88840d30 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-10858,7
+10858,7
@@
note_tool_bar_highlight (struct frame *f, int x, int y)
enum draw_glyphs_face draw = DRAW_IMAGE_RAISED;
int mouse_down_p, rc;
- /* Function note_mouse_highlight is called with negative
x(y
+ /* Function note_mouse_highlight is called with negative
X/Y
values when mouse moves outside of the frame. */
if (x <= 0 || y <= 0)
{